Name | Description | |
---|---|---|
![]() | DataFormat | Gets or sets the format of this model's data. (Inherited from Northwoods.GoXam.Model.DiagramModel) |
![]() | FromNodesPath | Gets or sets a property path that that specifies how to get the collection of keys of node data from which links come. |
![]() | GroupNodePath | Gets or sets a property path that that specifies how to get the key for "container" or group node data of a node data object. |
![]() | HasUndoManager | Gets or sets a flag that enables or disables support for undo and redo. (Inherited from Northwoods.GoXam.Model.DiagramModel) |
![]() | IsChangingModel | This property is true during a call to ChangeModel, indicating a change happening due to an undo or a redo. (Inherited from Northwoods.GoXam.Model.DiagramModel) |
![]() | IsInTransaction | This property is true after a StartTransaction and before a corresponding CommitTransaction or RollbackTransaction. (Inherited from Northwoods.GoXam.Model.DiagramModel) |
![]() | IsModified | Gets or sets whether this model is considered changed from an earlier state. (Inherited from Northwoods.GoXam.Model.DiagramModel) |
![]() | MemberNodesPath | Gets or sets a property path that that specifies how to get a list of keys for the "member" nodes of a group node data object. |
![]() | Modifiable | Gets or sets whether various model-changing methods are enabled. (Inherited from Northwoods.GoXam.Model.DiagramModel) |
![]() | Name | A name for this model. (Inherited from Northwoods.GoXam.Model.DiagramModel) |
![]() | NodeCategoryPath | Gets or sets a property path that that specifies how to find the category of a node data. |
![]() | NodeIsGroupPath | Gets or sets a property path that that specifies how to find out whether a node data is also a "container" group. |
![]() | NodeKeyIsNodeData | Gets or sets whether all node data are also their own keys. |
![]() | NodeKeyPath | Gets or sets a property path that that specifies how to get the key for node data. |
![]() | NodeKeyReferenceAutoInserts | Gets or sets whether a NodeKey reference, when NodeKeyIsNodeData is true, automatically inserts the node into NodesSource. |
![]() | NodesSource | Gets or sets the collection of node data items for the model. |
![]() | SkipsUndoManager | Gets or sets a flag that tells OnChanged whether it should notify any UndoManager that a change has occurred. (Inherited from Northwoods.GoXam.Model.DiagramModel) |
![]() | ToNodesPath | Gets or sets a property path that that specifies how to get the collection of keys of node data to which links go. |
![]() | UndoManager | Gets or sets the UndoManager for this model. (Inherited from Northwoods.GoXam.Model.DiagramModel) |
![]() | ValidCycle | Specify what kinds of graphs this model allows. |